GUI Help > Special > drawPoint

drawPoint
drawPoint handle gadget, int x, int y, DWORD color

Description:
Sets the colour of a single pixel in a canvas gadget.

Return Value:


Parameters:
gadget Handle to a canvas gadget
x X co-ordinate of pixel
y Y co-ordinate of pixel
color The colour of the pixel
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)